From: vh249@arcadians.cl.cam.ac.uk Date: Thu, 15 Sep 2005 12:19:00 +0000 (+0000) Subject: fix build, strings spanning multiple lines are no longer supported X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16780^2~74 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b4082b47ef28c523ffadcc0d6b8940142ab028cf;p=xen.git fix build, strings spanning multiple lines are no longer supported Signed-off-by: Vincent Hanquez --- diff --git a/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c b/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c index 624d85a676..d12a86347f 100644 --- a/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c +++ b/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c @@ -80,8 +80,8 @@ static int privcmd_ioctl(struct inode *inode, struct file *file, } #elif defined (__ia64__) __asm__ __volatile__ ( - ";; mov r14=%2; mov r15=%3; mov r16=%4; mov r17=%5; mov r18=%6; mov -r2=%1; break 0x1000;; mov %0=r8 ;;" + ";; mov r14=%2; mov r15=%3; mov r16=%4; mov r17=%5; mov r18=%6;" + "mov r2=%1; break 0x1000;; mov %0=r8 ;;" : "=r" (ret) : "r" (hypercall.op), "r" (hypercall.arg[0]),